home *** CD-ROM | disk | FTP | other *** search
/ Hello Kitty - Big Fun Shapes & Numbers / Hello Kitty - Big Fun Shapes & Numbers (USA).bin / mac / _MATH / 00433.ls < prev    next >
Encoding:
Text File  |  1995-05-08  |  298 b   |  12 lines

  1. set C to the name of cast the castNum of sprite the clickOn
  2. set s to value(char length(C) - 1 of C)
  3. set s to s + 1
  4. if s > 3 then
  5.   set s to 1
  6. end if
  7. set the castNum of sprite the clickOn to the number of cast ("Scene" & s & "B")
  8. playSound("button3")
  9. clearTheDecks()
  10. NewScene(s)
  11. go("level" & level)
  12.